::-webkit-scrollbar {
  width: 0 !important;
}

.page-box-last {
  margin: auto;
  /* margin-top: 30px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  background: #eee;
}
.page-box-last .page-last-list {
  width: 600px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.page-box-last .page-last-list img {
  width: 103px;
  height: 38px;
  user-select: none;
  cursor: pointer;
}
.page-box-last .page-last-list ul {
  width: 400px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.page-box-last .page-last-list ul li {
  font-size: 15px;
  font-weight: bold;
  color: #666666;
  line-height: 15px;
  user-select: none;
}
.page-box-last .page-last-list ul li:hover {
  color: #618CF0;
  cursor: pointer;
}
.page-box-last .flag {
  font-size: 15px;
  color: #666666;
  line-height: 17px;
  text-align: center;
  margin-top: 30px;
}
.page-box-last .flag a:hover {
  color: #618CF0;
  cursor: pointer;
}
.page-box-last .flag1 {
  text-align: center;
  font-size: 15px;
  color: #666666;
  line-height: 17px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-box-last .flag1 a {
  text-decoration: underline;
}
.page-box-last .flag1 a:hover {
  color: #618CF0;
  cursor: pointer;
}
.page-container .box-container-center .box-container .layout .pager{
  justify-content: center!important;
}

.page-container .box-container-center .box-container .layout .pager a {
  width: 41px;
  height: 41px;
  border: 1px solid #E3E3E3;
  font-size: 17px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  color: #575B66;
  line-height: 41px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  margin-right: 10px;
}
.current{
  color: #fff!important;
  background-color: #618CF0;
}
.page-container .box-container-center .box-container .layout .pager a:first-child,.page-container .box-container-center .box-container .layout .pager a:last-child  {
  width: unset;
  padding: 0 10px;
}

